home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uc31-1.zip / RBBS.SCR < prev    next >
Text File  |  1992-12-28  |  308b  |  20 lines

  1. ;RBBS-PC login script template for Unicom 3
  2. ;
  3. Delay(1000)
  4. Send("^M")
  5. Waitfor("Escape")
  6. Delay(2000)
  7. Send("^[")
  8. Waitfor("name?")
  9. Delay(200)
  10. Send("FIRST^M")   ; Set this to your 1st name
  11. Waitfor("name?")
  12. Delay(200)
  13. Send("LAST^M")
  14. Waitfor("Password")
  15. Delay(1500)
  16. Send("YOURPASSWORD^M")
  17. Exit
  18.  
  19.  
  20.